Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ ResourceImpl
Method
ResourceImpl
source/binding/NodeJS/src/apis/resource.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include
"ext.h"
10
11
ResourceImpl::ResourceImpl(MaaResource* res, bool own)
12
: resource(res)
13
, own(own)
14
{
15
}
16
17
ResourceImpl::~ResourceImpl()
18
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected