Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getModel
Method
getModel
include/engine/Module.hpp:263–265 ·
view source on GitHub ↗
Getters for members */
Source
from the content-addressed store, hash-verified
261
262
/** Getters for members */
263
plugin::Model* getModel() {
264
return model;
265
}
266
int64_t getId() {
267
return id;
268
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected