MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / create_callback

Function create_callback

Three.js/js/ThreeDebug.js:6924–6938  ·  view source on GitHub ↗
( id )

Source from the content-addressed store, hash-verified

6922 };
6923
6924 function create_callback( id ) {
6925
6926 return function( geo ) {
6927
6928 handle_mesh( geo, id );
6929
6930 counter_models -= 1;
6931
6932 scope.onLoadComplete();
6933
6934 async_callback_gate();
6935
6936 }
6937
6938 };
6939
6940 function create_callback_embed( id ) {
6941

Callers 1

ThreeDebug.jsFile · 0.85

Calls 2

handle_meshFunction · 0.70
async_callback_gateFunction · 0.70

Tested by

no test coverage detected