Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ free
Method
free
eos/effectHandlerHelpers.py:197–198 ·
view source on GitHub ↗
(self, idx)
Source
from the content-addressed store, hash-verified
195
self[i].position -= 1
196
197
def
free(self, idx):
198
self.__toDummy(idx)
199
200
def
__toDummy(self, index):
201
mod = self[index]
Callers
3
Do
Method · 0.80
__swap
Method · 0.80
Undo
Method · 0.80
Calls
1
__toDummy
Method · 0.95
Tested by
no test coverage detected