Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rezonality/zep
/ FromHandle
Method
FromHandle
src/buffer.cpp:1583–1586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1581
}
1582
1583
ZepBuffer* ZepBuffer::FromHandle(ZepEditor& editor, uint64_t handle)
1584
{
1585
return editor.GetBufferFromHandle(handle);
1586
}
1587
1588
} // namespace Zep
Callers
nothing calls this directly
Calls
1
GetBufferFromHandle
Method · 0.80
Tested by
no test coverage detected