MCPcopy Create free account
hub / github.com/gre/gl-react / getGLShortName

Method getGLShortName

packages/gl-react/src/Bus.tsx:118–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 getGLShortName(): string {
119 const content: any = this.getGLRenderableContent();
120 const shortContentName = String(
121 (content && content.constructor && content.constructor.name) || content
122 );
123 return `Bus(${
124 this.glNode ? this.glNode.getGLShortName() : shortContentName
125 })`;
126 }
127
128 /**
129 * Capture the underlying Node pixels.

Callers

nothing calls this directly

Calls 2

getGLShortNameMethod · 0.65

Tested by

no test coverage detected