MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / concat

Method concat

lib/vfs/vfs.cc:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61Path Path::concat(const std::string& s) const
62{
63 Path p(*this);
64 p.push_back(s);
65 return p;
66}
67
68std::string Path::to_str(const std::string sep) const
69{

Callers 3

OnBrowserAddMenuItemMethod · 0.80
OnBrowserDropMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected