Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ GetReadMetaString
Method
GetReadMetaString
csharp/src/Fory/ReadContext.cs:216–219 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
214
}
215
216
internal MetaString? GetReadMetaString(int index)
217
{
218
return index >= 0 && index < _readMetaStrings.Count ? _readMetaStrings[index] : null;
219
}
220
221
internal void AppendReadMetaString(MetaString value)
222
{
Callers
1
ReadMetaString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected