MCPcopy Index your code
hub / github.com/donmccurdy/glTF-Transform / getGraph

Method getGraph

packages/core/src/document.ts:110–112  ·  view source on GitHub ↗

* Returns the Graph representing connectivity of resources within this document. * @hidden

()

Source from the content-addressed store, hash-verified

108 * @hidden
109 */
110 public getGraph(): Graph<Property> {
111 return this._graph;
112 }
113
114 /** Returns the {@link Logger} instance used for any operations performed on this document. */
115 public getLogger(): ILogger {

Callers 15

createGizmoMethod · 0.80
property.test.tsFile · 0.80
material.test.tsFile · 0.80
constructorFunction · 0.80
disposeFunction · 0.80
writeMethod · 0.80
createAccessorDefMethod · 0.80
getAccessorUsageMethod · 0.80
getSlotFunction · 0.80
dedup.test.tsFile · 0.80
createInstanceNodesFunction · 0.80
convertPrimitiveToLinesFunction · 0.80

Calls

no outgoing calls

Tested by 1

createGizmoMethod · 0.64