MCPcopy Create free account
hub / github.com/ImageEngine/cortex / readString

Method readString

src/IECorePython/IndexedIOBinding.cpp:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 static std::string readString(IndexedIOPtr p, const IndexedIO::EntryID &name)
260 {
261 assert(p);
262
263 std::string x;
264 p->read(name, x);
265 return x;
266 }
267
268 static list supportedExtensions()
269 {

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected