MCPcopy
hub / github.com/donmccurdy/glTF-Transform / getVerbosity

Method getVerbosity

packages/cli/src/program.ts:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181 }
182 getVerbosity(): Verbosity {
183 return this._verbosity;
184 }
185 setVerbosity(verbosity: Verbosity): void {
186 switch (verbosity) {
187 case Verbosity.INFO:

Callers 1

transformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected