Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caprover/caprover
/ log
Method
log
src/user/BuildLog.ts:28–34 ·
view source on GitHub ↗
(msg: string)
Source
from the content-addressed store, hash-verified
26
}
27
28
log(msg: string) {
29
msg = (msg ||
''
) +
''
30
this.lines.shift()
31
this.lines.push(msg)
32
this.firstLineNumber++
33
Logger.dev(msg)
34
}
35
36
getLogs() {
37
const
self = this
Callers
15
onBuildFailed
Method · 0.95
request
Function · 0.80
validate-build-version-docker-hub.js
File · 0.80
server.ts
File · 0.80
startServer
Function · 0.80
overrideConfigFromFile
Function · 0.80
checkSystemReq
Function · 0.80
printError
Function · 0.80
printTroubleShootingUrl
Function · 0.80
install
Function · 0.80
d
Method · 0.80
w
Method · 0.80
Calls
2
push
Method · 0.80
dev
Method · 0.80
Tested by
no test coverage detected