MCPcopy
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
45interface QueueItem<T> {

Callers 15

connectFunction · 0.45
cleanupBufferFunction · 0.45
_cleanupBufferFunction · 0.45
handleCopyFunction · 0.45
performanceMarkStartFunction · 0.45
getFunction · 0.45
createAppRecordFunction · 0.45
getAppRecordIdFunction · 0.45
getBackendFunction · 0.45
isSubscribedFunction · 0.45
captureIdMethod · 0.45
markMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected