Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kagami/mpv.js
/ CreateInstance
Method
CreateInstance
index.cc:375–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
virtual ~MPVModule() {}
374
375
virtual pp::Instance* CreateInstance(PP_Instance instance) {
376
return new MPVInstance(instance);
377
}
378
};
379
380
namespace pp {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected