MCPcopy Index your code
hub / github.com/devcontainers/cli / mapLogLevel

Function mapLogLevel

src/spec-utils/log.ts:31–33  ·  view source on GitHub ↗
(text: logLevelString)

Source from the content-addressed store, hash-verified

29type logLevelString = keyof typeof logLevelMap;
30
31export function mapLogLevel(text: logLevelString) {
32 return logLevelMap[text] || LogLevel.Info;
33}
34
35export type LogEvent = {
36 type: 'text' | 'raw' | 'start' | 'stop' | 'progress';

Callers 15

featuresUpgradeFunction · 0.90
provisionFunction · 0.90
doSetUpFunction · 0.90
doBuildFunction · 0.90
doRunUserCommandsFunction · 0.90
readConfigurationFunction · 0.90
outdatedFunction · 0.90
doExecFunction · 0.90
featuresTestFunction · 0.90
featuresInfoFunction · 0.90
featuresGenerateDocsFunction · 0.90
featuresPublishFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected