Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/inbug-team/InScan
/ GetExecPath
Function
GetExecPath
generate_exec/generate_exec.go:49–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
func
GetExecPath() string {
50
path, err := exec.LookPath(os.Args[0])
51
CheckError(err)
52
return
path
53
}
54
55
// 补码
56
// AES加密数据块分组长度必须为128bit(byte[16]),密钥长度可以是128bit(byte[16])、192bit(byte[24])、256bit(byte[32])中的任意一个。
Callers
1
main
Function · 0.92
Calls
1
CheckError
Function · 0.85
Tested by
no test coverage detected