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

Function updateDprojLibraryPath

utils/librarypath/dproj_itil.go:20–30  ·  view source on GitHub ↗
(pkg *models.Package)

Source from the content-addressed store, hash-verified

18)
19
20func updateDprojLibraryPath(pkg *models.Package) {
21 var isLazarus = isLazarus()
22 var projectNames = GetProjectNames(pkg)
23 for _, projectName := range projectNames {
24 if isLazarus {
25 updateOtherUnitFilesProject(projectName)
26 } else {
27 updateLibraryPathProject(projectName)
28 }
29 }
30}
31
32func updateOtherUnitFilesProject(lpiName string) {
33 doc := etree.NewDocument()

Callers 1

UpdateLibraryPathFunction · 0.85

Calls 4

isLazarusFunction · 0.85
GetProjectNamesFunction · 0.85
updateLibraryPathProjectFunction · 0.85

Tested by

no test coverage detected