MCPcopy Index your code
hub / github.com/XmirrorSecurity/OpenSCA-cli / Abspath

Method Abspath

opensca/model/file.go:27–32  ·  view source on GitHub ↗

Abspath 文件绝对路径

()

Source from the content-addressed store, hash-verified

25
26// Abspath 文件绝对路径
27func (file *File) Abspath() string {
28 if file != nil {
29 return file.abspath
30 }
31 return ""
32}
33
34// Relpath 文件相对路径
35func (file *File) Relpath() string {

Callers 5

walkFunction · 0.95
ParsePythonWithEnvFunction · 0.80
GoModGraphFunction · 0.80
GradleTreeFunction · 0.80
MvnTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected