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

Method warn

packages/core/src/utils/logger.ts:22–22  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

20 debug(text: string): void;
21 info(text: string): void;
22 warn(text: string): void;
23 error(text: string): void;
24}
25

Callers 15

logger.test.tsFile · 0.65
warnMethod · 0.65
readMethod · 0.65
validateMethod · 0.65
writeMethod · 0.65
concatSparseAccessorsMethod · 0.65
_readResourcesExternalFunction · 0.65
assignResourceURIMethod · 0.65
getAccessorUsageMethod · 0.65
validateFunction · 0.65
transformMethod · 0.65
warnMethod · 0.65

Implementers 2

Loggerpackages/core/src/utils/logger.ts
Loggerpackages/cli/src/program.ts

Calls

no outgoing calls

Tested by

no test coverage detected