Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ set_index
Method
set_index
src/ArrayVariable.cpp:233–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
void
234
ArrayVariable::set_index(size_t index, const Expression* e)
235
{
236
indices[index] = e;
237
}
238
239
unsigned long
240
ArrayVariable::get_size(void) const
Callers
2
update_with_modified_index
Method · 0.80
create_mutated_array_var
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected