Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ StoreString
Method
StoreString
Source/Chunk.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void CChunk::StoreString(const std::vector<unsigned char> &data) // // //
97
{
98
DoAddChunk<CChunkDataString>(data); // // //
99
}
100
101
void CChunk::ChangeByte(int index, unsigned char data)
102
{
Callers
1
StorePatterns
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected