MCPcopy Create free account
hub / github.com/MrKepzie/Natron / Hash64_appendQString

Function Hash64_appendQString

Engine/Hash64.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void
61Hash64_appendQString(Hash64* hash,
62 const QString & str)
63{
64 Q_FOREACH (QChar ch, str) {
65 hash->append<unsigned short>( ch.unicode() );
66 }
67}
68
69NATRON_NAMESPACE_EXIT

Callers 3

fillHashMethod · 0.85
getHashMethod · 0.85
computeHashInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected