MCPcopy
hub / github.com/vuejs/core / warn

Function warn

packages/reactivity/src/warning.ts:1–3  ·  view source on GitHub ↗
(msg: string, ...args: any[])

Source from the content-addressed store, hash-verified

1export function warn(msg: string, ...args: any[]): void {
2 console.warn(`[Vue warn] ${msg}`, ...args)
3}

Callers 13

toRefsFunction · 0.90
runMethod · 0.90
onEffectCleanupFunction · 0.90
onWatcherCleanupFunction · 0.90
createReactiveObjectFunction · 0.90
valueMethod · 0.90
createReadonlyMethodFunction · 0.90
checkIdentityKeysFunction · 0.90
runMethod · 0.90
onScopeDisposeFunction · 0.90
setMethod · 0.90
setMethod · 0.90

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected