Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ maybeBuild
Method
maybeBuild
build-system/tasks/unit.js:24–28 ·
view source on GitHub ↗
@override
()
Source
from the content-addressed store, hash-verified
22
23
/** @override */
24
async
maybeBuild() {
25
await
analyticsVendorConfigs();
26
await
css();
27
await
compileJison();
28
}
29
}
30
31
/**
Callers
nothing calls this directly
Calls
3
analyticsVendorConfigs
Function · 0.85
compileJison
Function · 0.85
css
Function · 0.50
Tested by
no test coverage detected