MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / getConstructorName

Method getConstructorName

packages/alphatab/test/TestPlatform.ts:152–155  ·  view source on GitHub ↗

* @target web * @partial

(val: unknown)

Source from the content-addressed store, hash-verified

150 * @partial
151 */
152 public static getConstructorName(val: unknown) {
153 const withConstructor = val as object;
154 return (typeof withConstructor.constructor === 'function' && withConstructor.constructor.name) || 'Object';
155 }
156
157 /**
158 * @target web

Callers 1

printComplexValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected