Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/donmccurdy/glTF-Transform
/ has
Method
has
packages/functions/src/utils.ts:112–114 ·
view source on GitHub ↗
(k: K)
Source
from the content-addressed store, hash-verified
110
return
this._map.size;
111
}
112
public has(k: K): boolean {
113
return
this._map.has(k);
114
}
115
public add(k: K, v: V): this {
116
let
entry = this._map.get(k);
117
if
(!entry) {
Callers
15
uuid
Function · 0.80
copy
Function · 0.80
equals
Function · 0.80
read
Method · 0.80
write
Method · 0.80
createTextureInfoDef
Method · 0.80
section
Method · 0.80
generateQuestions
Function · 0.80
MaterialSubject.test.ts
File · 0.80
DocumentView.test.ts
File · 0.80
TextureSubject.test.ts
File · 0.80
bind
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected