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

Function createTagLibraryPath

utils/librarypath/dproj_itil.go:130–133  ·  view source on GitHub ↗
(node *etree.Element)

Source from the content-addressed store, hash-verified

128}
129
130func createTagLibraryPath(node *etree.Element) *etree.Element {
131 child := node.CreateElement(consts.XmlTagNameLibraryPath)
132 return child
133}
134
135func GetProjectNames(pkg *models.Package) []string {
136 var result []string

Callers 1

updateLibraryPathProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected