Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ Global
Function
Global
internal/observedtools/store.go:120–125 ·
view source on GitHub ↗
Global returns the process-wide observed tools store.
()
Source
from the content-addressed store, hash-verified
118
119
// Global returns the process-wide observed tools store.
120
func
Global() *Store {
121
globalStoreOnce.Do(
func
() {
122
globalStore = NewStore()
123
})
124
return
globalStore
125
}
Callers
4
GetObservedTools
Method · 0.92
DeleteObservedTools
Method · 0.92
PrepareInjection
Method · 0.92
TestGlobal
Function · 0.70
Calls
2
NewStore
Function · 0.85
Do
Method · 0.65
Tested by
1
TestGlobal
Function · 0.56