MCPcopy Create free account
hub / github.com/HashLoad/boss / processCurrentPath

Function processCurrentPath

utils/librarypath/dproj_itil.go:178–184  ·  view source on GitHub ↗
(node *etree.Element, rootPath string)

Source from the content-addressed store, hash-verified

176}
177
178func processCurrentPath(node *etree.Element, rootPath string) {
179 currentPaths := strings.Split(node.Text(), ";")
180
181 currentPaths = GetNewPaths(currentPaths, false, rootPath)
182
183 node.SetText(strings.Join(currentPaths, ";"))
184}
185
186func _(dprojName string) []string {
187 doc := etree.NewDocument()

Callers 1

updateLibraryPathProjectFunction · 0.85

Calls 1

GetNewPathsFunction · 0.85

Tested by

no test coverage detected