MCPcopy
hub / github.com/continuedev/continue / info

Method info

core/util/Logger.ts:53–55  ·  view source on GitHub ↗
(message: string, meta?: any)

Source from the content-addressed store, hash-verified

51 }
52
53 public info(message: string, meta?: any): void {
54 this.winston.info(message, meta);
55 }
56
57 public warn(message: string, meta?: any): void {
58 this.winston.warn(message, meta);

Callers 15

listModelsMethod · 0.80
logMethod · 0.80
validateAliasesFunction · 0.80
logFunction · 0.80
infoFunction · 0.80
logging.test.tsFile · 0.80
version.tsFile · 0.80
status.tsFile · 0.80
reportFailure.tsFile · 0.80
uploadArtifact.tsFile · 0.80
addPolicyToYamlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected