Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/devtools-v6
/ has
Method
has
packages/app-frontend/src/util/queue.ts:40–42 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
38
}
39
40
has(value: T) {
41
return
this.existsMap.has(value)
42
}
43
}
44
45
interface
QueueItem<T> {
Callers
15
connect
Function · 0.45
cleanupBuffer
Function · 0.45
_cleanupBuffer
Function · 0.45
handleCopy
Function · 0.45
performanceMarkStart
Function · 0.45
get
Function · 0.45
createAppRecord
Function · 0.45
getAppRecordId
Function · 0.45
getBackend
Function · 0.45
isSubscribed
Function · 0.45
captureId
Method · 0.45
mark
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected