Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ remove_sources
Method
remove_sources
src/fields.cpp:588–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
586
}
587
588
void fields_chunk::remove_sources() {
589
FOR_FIELD_TYPES(ft) { sources[ft].clear(); }
590
}
591
592
void fields::remove_sources() {
593
delete sources;
Callers
1
change_sources
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected