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

Function Dep

test/tool/tool.go:42–44  ·  view source on GitHub ↗
(name, version string, children ...*model.DepGraph)

Source from the content-addressed store, hash-verified

40}
41
42func Dep(name, version string, children ...*model.DepGraph) *model.DepGraph {
43 return Dep3("", name, version, children...)
44}
45
46func DevDep(name, version string, children ...*model.DepGraph) *model.DepGraph {
47 return DevDep3("", name, version, children...)

Callers 6

Test_PythonFunction · 0.92
Test_PhpFunction · 0.92
Test_RubyFunction · 0.92
Test_RustFunction · 0.92
Test_JavaScriptFunction · 0.92
java_test.goFile · 0.92

Calls 1

Dep3Function · 0.85

Tested by 5

Test_PythonFunction · 0.74
Test_PhpFunction · 0.74
Test_RubyFunction · 0.74
Test_RustFunction · 0.74
Test_JavaScriptFunction · 0.74