Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
function
log(message: string): void {
26
console.log(message);
27
}
28
29
/** Decorator that logs method calls. */
30
function
LogMethod(target: any, key: string, descriptor: PropertyDescriptor) {
Callers
1
fetchProfile
Method · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected