Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ inc
Method
inc
tests/output/test_token_processor.py:163–164 ·
view source on GitHub ↗
(self, v=1)
Source
from the content-addressed store, hash-verified
161
self.value = v
162
163
def
inc(self, v=1):
164
self.value = (self.value or 0) + v
165
166
def
dec(self, v=1):
167
self.value = (self.value or 0) - v
Callers
11
dispatch
Method · 0.45
record_zmq_stats
Method · 0.45
_record_metrics
Method · 0.45
_record_completion_metrics
Method · 0.45
_record_speculative_decoding_metrics
Method · 0.45
_schedule_request_to_worker
Method · 0.45
_insert_zmq_task_to_scheduler
Method · 0.45
_record_request_cache_info
Method · 0.45
get_prefix_cached_blocks
Method · 0.45
add_requests
Method · 0.45
_send_message
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected