MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / Range

Method Range

opensca/model/dep.go:346–352  ·  view source on GitHub ↗
(do func(k string, v *DepGraph) bool)

Source from the content-addressed store, hash-verified

344}
345
346func (s *DepGraphMap) Range(do func(k string, v *DepGraph) bool) {
347 for k, v := range s.m {
348 if !do(k, v) {
349 break
350 }
351 }
352}
353
354func (s *DepGraphMap) LoadOrStore(words ...string) *DepGraph {
355

Callers 2

GoModGraphFunction · 0.95
inheritModulesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected