Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ handle
Method
handle
tests/fixtures/sample.js:13–16 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
11
}
12
13
handle(request) {
14
console.log(`${this.name} handling request`);
15
return
this.process(request);
16
}
17
18
process(request) {
19
throw
new
Error(
"Not implemented"
);
Callers
nothing calls this directly
Calls
2
process
Method · 0.95
log
Method · 0.45
Tested by
no test coverage detected