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

Method getModel

Engine/FileSystemModel.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 boost::shared_ptr<FileSystemModel> getModel() const
228 {
229 return model.lock();
230 }
231};
232
233FileSystemItem::FileSystemItem(const boost::shared_ptr<FileSystemModel>& model,

Callers 2

addChildMethod · 0.45
gatheringKernelMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected