Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ close
Method
close
feapder/buffer/item_buffer.py:431–437 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
429
metrics.emit_counter(
"total count"
, total_count, classify=table)
430
431
def
close(self):
432
# 调用pipeline的close方法
433
for
pipeline in self._pipelines:
434
try
:
435
pipeline.close()
436
except
:
437
pass
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected