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

Function createTagOtherUnitFiles

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

Source from the content-addressed store, hash-verified

83}
84
85func createTagOtherUnitFiles(node *etree.Element) *etree.Element {
86 child := node.CreateElement(consts.XmlTagNameOtherUnitFiles)
87 child.CreateAttr("Value", "")
88 return child
89}
90
91func updateLibraryPathProject(dprojName string) {
92 doc := etree.NewDocument()

Callers 1

processCompilerOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected