MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / mcGetResource

Function mcGetResource

modules/piu/PC/lin/piuMain.c:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416const void *mcGetResource(xsMachine* the, const char* path, size_t* size)
417{
418 *size = 0;
419 return NULL;\
420}
421
422
423

Callers 3

Resource_constructorFunction · 0.50
Resource_existsFunction · 0.50
fxGetResourceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected