Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainloop-dev/chainloop
/ newScopeTracker
Function
newScopeTracker
pkg/policies/runtime_inputs.go:122–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
func
newScopeTracker() *scopeTracker {
123
return
&scopeTracker{seen: make(
map
[string]
struct
{})}
124
}
125
126
func
(t *scopeTracker) mark(keys ...string) {
127
if
t == nil || len(keys) == 0 {
Callers
2
VerifyMaterial
Method · 0.85
TestScopeTrackerUnmatched
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestScopeTrackerUnmatched
Function · 0.68