MCPcopy Create free account
hub / github.com/SpartanJ/eepp / insert

Method insert

src/tools/ecode/plugins/debugger/models/breakpointsmodel.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void BreakpointsModel::insert( const std::string& filePath,
79 const SourceBreakpointStateful& breakpoint ) {
80 Lock l( mResourceLock );
81 mBreakpoints.emplace_back( filePath, breakpoint );
82 invalidate( Model::UpdateFlag::DontInvalidateIndexes );
83}
84
85void BreakpointsModel::erase( const std::string& filePath,
86 const SourceBreakpointStateful& breakpoint ) {

Callers 15

loadLayoutFileMethod · 0.45
loadProjectMethod · 0.45
saveAllMethod · 0.45
loadColorSchemesFunction · 0.45
insertBufferMethod · 0.45
UIBuildSettingsMethod · 0.45
updateOSMethod · 0.45
buildMethod · 0.45
fuzzyMatchMethod · 0.45
appendMethod · 0.45
openDocumentsModelMethod · 0.45

Calls

no outgoing calls

Tested by 1

UTESTFunction · 0.36