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

Method warn

packages/cli/src/program.ts:210–212  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

208 this._logger.info(msg);
209 }
210 warn(msg: string): void {
211 this._logger.warn(msg);
212 }
213 error(msg: string): void {
214 this._logger.error(msg);
215 }

Callers

nothing calls this directly

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected