MCPcopy Index your code
hub / github.com/actions/setup-python / logWarning

Function logWarning

src/utils.ts:146–149  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

144}
145
146export function logWarning(message: string): void {
147 const warningPrefix = '[warning]';
148 core.info(`${warningPrefix}${message}`);
149}
150
151async function getWindowsInfo() {
152 const {stdout} = await exec.getExecOutput(

Callers 2

handleLoadedCacheMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected