Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ created
Function
created
packages/vue-compat/__tests__/global.spec.ts:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
const
calls: number[] = []
130
const
A = Vue.extend({
131
created() {
132
calls.push(1)
133
},
134
})
135
const
B = A.extend({
136
created() {
Callers
nothing calls this directly
Calls
1
push
Method · 0.65
Tested by
no test coverage detected