MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getModel

Method getModel

Engine/FileSystemModel.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 FileSystemModelPtr getModel() const
233 {
234 return model.lock();
235 }
236};
237
238FileSystemItem::FileSystemItem(const FileSystemModelPtr& model,

Callers 2

addChildMethod · 0.45
gatheringKernelMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected