MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / buildGoServer

Function buildGoServer

tooling/scripts/perf-web-runtime.mjs:453–458  ·  view source on GitHub ↗
(outputPath)

Source from the content-addressed store, hash-verified

451}
452
453async function buildGoServer(outputPath) {
454 await run('go', ['build', '-trimpath', '-o', outputPath, './cmd/zennotes-server'], {
455 cwd: serverRoot,
456 env: withGoEnv()
457 })
458}
459
460function percentile(values, p) {
461 if (values.length === 0) return 0

Callers 1

mainFunction · 0.85

Calls 2

withGoEnvFunction · 0.90
runFunction · 0.70

Tested by

no test coverage detected