Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ name
Method
name
src/IECore/IFFFile.cpp:266–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
std::string IFFFile::Tag::name()
267
{
268
std::string s;
269
s = s + m_a + m_b + m_c + m_d +
'\0'
;
270
return s;
271
}
272
273
int IFFFile::Tag::id()
274
{
Callers
15
compoundParameterKeys
Function · 0.45
compoundParameterItems
Function · 0.45
updateMetadata
Method · 0.45
DirectoryNode
Method · 0.45
findChild
Method · 0.45
StreamIndexedIO.cpp
File · 0.45
childNames
Method · 0.45
writeDataNode
Method · 0.45
writeNode
Method · 0.45
entry
Method · 0.45
ls
Method · 0.45
CompoundParameter.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected