Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ init
Function
init
src/include/array_view.h:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
size_t m_len;
183
184
void init (T *data, size_t len) {
185
m_data = data;
186
m_len = len;
187
}
188
};
189
190
Callers
1
array_view_strided
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected