MCPcopy Create free account
hub / github.com/DavidTimms/loxdown / constructor

Method constructor

src/typechecker/ClassType.ts:23–44  ·  view source on GitHub ↗
(
        readonly name: string,
        {
            fields = new Map(),
            methods = new Map(),
            superclass = null,
            genericArgs = [],
            genericRoot = null,
        }: {
            fields?: Lazy<ClassType["fields"]>;
            methods?: Lazy<ClassType["methods"]>;
            superclass?: ClassType["superclass"];
            genericArgs?: ClassType["genericArgs"];
            genericRoot?: ClassType["genericRoot"] | null;
        } = {},
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected