Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hotwired/stimulus
/ tokenUnmatched
Method
tokenUnmatched
src/core/target_observer.ts:45–47 ·
view source on GitHub ↗
({ element, content: name }: Token)
Source
from the content-addressed store, hash-verified
43
}
44
45
tokenUnmatched({ element, content: name }: Token) {
46
this.disconnectTarget(element, name)
47
}
48
49
// Target management
50
Callers
nothing calls this directly
Calls
1
disconnectTarget
Method · 0.95
Tested by
no test coverage detected