Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ maybeBuild
Method
maybeBuild
build-system/tasks/integration.js:20–24 ·
view source on GitHub ↗
@override
()
Source
from the content-addressed store, hash-verified
18
19
/** @override */
20
async
maybeBuild() {
21
if
(!argv.nobuild) {
22
await
buildRuntime();
23
}
24
}
25
}
26
27
/**
Callers
nothing calls this directly
Calls
1
buildRuntime
Function · 0.85
Tested by
no test coverage detected