MCPcopy Create free account
hub / github.com/ablab/spades / equivalent

Function equivalent

ext/include/llvm/Support/FileSystem.h:511–514  ·  view source on GitHub ↗

Simpler version of equivalent for clients that don't need to differentiate between an error and false.

Source from the content-addressed store, hash-verified

509/// Simpler version of equivalent for clients that don't need to
510/// differentiate between an error and false.
511inline bool equivalent(const Twine &A, const Twine &B) {
512 bool result;
513 return !equivalent(A, B, result) && result;
514}
515
516/// Is the file mounted on a local filesystem?
517///

Callers 1

FindInEnvPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected