MCPcopy 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
71func GetBossFile() string {
72 return filepath.Join(GetCurrentDir(), consts.FilePackage)
73}
74
75func GetModulesDir() string {
76 return filepath.Join(GetCurrentDir(), consts.FolderDependencies)

Callers 1

LoadPackageFunction · 0.92

Calls 1

GetCurrentDirFunction · 0.85

Tested by

no test coverage detected