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

Method String

opensca/model/dep.go:99–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (dep *DepGraph) String() string {
100 dev := ""
101 if dep.Develop {
102 dev = "<dev>"
103 }
104 return fmt.Sprintf("%s%s<%s>(%s)", dev, dep.Index(), dep.Language, dep.Path)
105}
106
107// Flush 更新依赖图依赖关系
108func (dep *DepGraph) Flush() {

Callers 1

TreeMethod · 0.45

Calls 1

IndexMethod · 0.95

Tested by

no test coverage detected