MCPcopy Create free account
hub / github.com/cvmfs/cvmfs / SplitString

Function SplitString

cvmfs/util/string.cc:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307vector<string> SplitString(const string &str, char delim) {
308 return SplitStringBounded(0, str, delim);
309}
310
311vector<string> SplitStringBounded(unsigned max_chunks, const string &str,
312 char delim) {

Callers 15

FindCatalogForLayerMethod · 0.85
MainMethod · 0.85
ConnectLocatorMethod · 0.85
RemoveTagsMethod · 0.85
PacProxy2CvmfsFunction · 0.85
AutoProxyFunction · 0.85
ResolveProxyDescriptionFunction · 0.85
CheckGraftMethod · 0.85
MainMethod · 0.85
ReadFromFileMethod · 0.85

Calls 1

SplitStringBoundedFunction · 0.85

Tested by 6

IsMatchingMethod · 0.68
ParseMethod · 0.68
ListDirMethod · 0.68
ParseMethod · 0.68
StripVersionLineMethod · 0.68
GetExecutablePathFunction · 0.68