MCPcopy Create free account
hub / github.com/KDE/kdevelop / basename

Method basename

plugins/subversion/3rdparty/kdevsvncpp/path.cpp:226–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 std::string
227 Path::basename() const
228 {
229 std::string dir;
230 std::string filename;
231
232 split(dir, filename);
233
234 return filename;
235 }
236
237 std::string
238 Path::dirpath() const

Callers 3

changeLicense.pyFile · 0.80
path.jsFile · 0.80
downloadAndExtractFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected