Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mrdoob/three.js
/ apply
Function
apply
src/nodes/tsl/TSLCore.js:1130–1134 ·
view source on GitHub ↗
( target, thisArg, params )
Source
from the content-addressed store, hash-verified
1128
return
new
Proxy( () => {}, {
1129
1130
apply( target, thisArg, params ) {
1131
1132
return
instance.call( ...params );
1133
1134
},
1135
1136
get( target, prop, receiver ) {
1137
Callers
nothing calls this directly
Calls
1
call
Method · 0.45
Tested by
no test coverage detected