Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ seek
Method
seek
src/ifcparse/FileReader.cpp:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void FileReader::seek(size_t pos) {
278
if (pos > impl_->size()) throw std::out_of_range(
"seek out of range"
);
279
cursor_ = pos;
280
}
281
282
size_t FileReader::tell() const { return cursor_; }
283
Callers
8
upload_documents_post
Function · 0.80
__repr__
Method · 0.80
__getattr__
Method · 0.80
__repr__
Method · 0.80
get
Method · 0.80
skipComment
Method · 0.80
TokenString
Method · 0.80
try_read_semicolon
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected