MCPcopy
hub / github.com/ampproject/amphtml / getServeMode

Function getServeMode

build-system/server/app-utils.js:13–15  ·  view source on GitHub ↗

* Returns a string representation of the server's mode. * @return {string}

()

Source from the content-addressed store, hash-verified

11 * @return {string}
12 */
13function getServeMode() {
14 return serveMode;
15}
16
17/**
18 * Sets the server's mode. Uses command line arguments by default, but can be

Callers 6

amp4test.jsFile · 0.85
runVideoTestBenchFunction · 0.85
app.jsFile · 0.85
logServeModeFunction · 0.85
a4a-envelopes.jsFile · 0.85
serveIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected