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

Method resolved

plugins/subversion/3rdparty/kdevsvncpp/client_modify.cpp:328–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 void
329 Client::resolved(const Path & path,
330 bool recurse)
331 {
332 Pool pool;
333 svn_error_t * error =
334 svn_client_resolved(path.c_str(),
335 recurse,
336 *m_context,
337 pool);
338
339 if (error != nullptr)
340 throw ClientException(error);
341 }
342
343 void
344 Client::doExport(const Path & from_path,

Callers 15

rebaseMatchingUrlFunction · 0.80
absoluteUrlMethod · 0.80
fileUrlsMethod · 0.80
setLowercaseFileNamesFunction · 0.80
defaultFileUrlsCppMethod · 0.80
defaultFileUrlsYamlMethod · 0.80
templateVariablesCppMethod · 0.80
templateVariablesYamlMethod · 0.80
cppOutputMethod · 0.80
yamlOutputMethod · 0.80
resolvedUrlFunction · 0.80

Calls 2

ClientExceptionClass · 0.85
c_strMethod · 0.45

Tested by 12

setLowercaseFileNamesFunction · 0.64
defaultFileUrlsCppMethod · 0.64
defaultFileUrlsYamlMethod · 0.64
templateVariablesCppMethod · 0.64
templateVariablesYamlMethod · 0.64
cppOutputMethod · 0.64
yamlOutputMethod · 0.64
resolvedUrlFunction · 0.64
testPathMethod · 0.64
cdQUrlFunction · 0.64
QUrl_acceptanceMethod · 0.64
addDuringImportMethod · 0.64