Skip to content

⬅️ Back to Table of Contents

📄 USDCParser.js

📊 Analysis Summary

Metric Count
🔧 Functions 1
🧱 Classes 1
📦 Imports 1

📚 Table of Contents

🛠️ File Location:

📂 examples/jsm/loaders/usd/USDCParser.js

📦 Imports

Name Source
Group three

Functions

USDCParser.parse(buffer: any): any

Parameters:

  • buffer any

Returns: any

Internal Comments:

// TODO

Code
parse( buffer ) {

        // TODO

        return new Group();

    }

Classes

USDCParser

Class Code
class USDCParser {

    parse( buffer ) {

        // TODO

        return new Group();

    }

}

Methods

parse(buffer: any): any
Code
parse( buffer ) {

        // TODO

        return new Group();

    }