MCPcopy
hub / github.com/syncthing/syncthing / rebuildAssets

Function rebuildAssets

build.go:800–803  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

798}
799
800func rebuildAssets() {
801 os.Setenv("SOURCE_DATE_EPOCH", fmt.Sprint(buildStamp()))
802 runPrint(goCmd, "generate", "github.com/syncthing/syncthing/lib/api/auto", "github.com/syncthing/syncthing/cmd/infra/strelaypoolsrv/auto")
803}
804
805func lazyRebuildAssets() {
806 shouldRebuild := shouldRebuildAssets("lib/api/auto/gui.files.go", "gui") ||

Callers 2

runCommandFunction · 0.85
lazyRebuildAssetsFunction · 0.85

Calls 2

buildStampFunction · 0.85
runPrintFunction · 0.85

Tested by

no test coverage detected