Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/shipshapecode/tether
/ once
Method
once
src/js/evented.js:16–18 ·
view source on GitHub ↗
(event, handler, ctx)
Source
from the content-addressed store, hash-verified
14
}
15
16
once(event, handler, ctx) {
17
return
this.on(event, handler, ctx, true);
18
}
19
20
off(event, handler) {
21
if
(isUndefined(this.bindings) ||
Callers
1
evented.spec.js
File · 0.80
Calls
1
on
Method · 0.95
Tested by
no test coverage detected