MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / log

Function log

tests/fixtures/sample.ts:25–27  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

23}
24
25function log(message: string): void {
26 console.log(message);
27}
28
29/** Decorator that logs method calls. */
30function LogMethod(target: any, key: string, descriptor: PropertyDescriptor) {

Callers 1

fetchProfileMethod · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected