Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ Hash64_appendQString
Function
Hash64_appendQString
Engine/Hash64.cpp:61–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void
62
Hash64_appendQString(Hash64* hash,
63
const QString & str)
64
{
65
Q_FOREACH (QChar ch, str) {
66
hash->append<unsigned short>( ch.unicode() );
67
}
68
}
69
70
NATRON_NAMESPACE_EXIT
Callers
3
fillHash
Method · 0.85
getHash
Method · 0.85
computeHashInternal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected