Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLoad/boss
/ GetBossFile
Function
GetBossFile
env/env.go:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
func
GetBossFile() string {
72
return
filepath.Join(GetCurrentDir(), consts.FilePackage)
73
}
74
75
func
GetModulesDir() string {
76
return
filepath.Join(GetCurrentDir(), consts.FolderDependencies)
Callers
1
LoadPackage
Function · 0.92
Calls
1
GetCurrentDir
Function · 0.85
Tested by
no test coverage detected