Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canarybyte/veridrop
/ functions
Functions
825 in github.com/canarybyte/veridrop
⨍
Functions
825
◇
Types & classes
86
↳
Endpoints
20
Function
test_tiers_for_model_128k
()
tests/test_long_context.py:219
Function
test_tiers_for_model_1m
1M model gets ~(32k, 500k, 950k) — covers all three of the transport / mid-tier / high-end fraud surfaces. Without adaptive tiers we'd be blin
tests/test_long_context.py:193
Function
test_tiers_for_model_200k
200k model gets ~(32k, 100k, 190k) — same effective coverage as the old hardcoded standard tiers.
tests/test_long_context.py:208
Function
test_tiers_for_model_dedupes_close_tiers
For ~64k models the proportional tiers (32k, 32k, 60.8k) would have duplicates — the 1.5x spread filter drops them.
tests/test_long_context.py:235
Function
test_tiers_for_model_tiny_16k
gpt-3.5-turbo class — 32k floor doesn't apply, scales down.
tests/test_long_context.py:226
Function
test_token_usage_detector_flags_inflated_usage
()
tests/test_active_detectors.py:439
Function
test_token_usage_detector_passes_plausible_usage
()
tests/test_active_detectors.py:431
Function
test_token_usage_detector_uses_wider_delta_for_opus_47_tokenizer
()
tests/test_active_detectors.py:449
Function
test_unbounded_memory_protection
Buckets shouldn't grow without bound when many denied requests come in.
tests/test_ratelimit.py:58
Function
test_under_limit_always_allowed
()
tests/test_ratelimit.py:19
Function
test_verdict_thresholds
()
tests/test_scorer.py:60
Function
test_window_slides_old_hits_expire
After the window passes, old hits should no longer count.
tests/test_ratelimit.py:46
Function
tier_banner
()
src/relay_detector/protocols/anthropic/__init__.py:89
Method
to_dict
(self)
src/relay_detector/protocols/anthropic/comparator.py:50
Method
to_dict
(self)
src/relay_detector/protocols/anthropic/comparator.py:72
Method
to_dict
(self)
src/relay_detector/protocols/openai/protocol_templates.py:147
Function
too_large
(**kwargs)
tests/test_anthropic_long_context.py:106
Method
total_count
(self)
web/leaderboard.py:94
Function
truncated_response
(**kwargs)
tests/test_anthropic_long_context.py:87
Function
truncated_response
(**kwargs)
tests/test_long_context.py:341
Function
verdict_caption
(score: float)
src/relay_detector/protocols/gemini/__init__.py:95
Function
verdict_caption
(score: float)
src/relay_detector/protocols/anthropic/__init__.py:79
Function
verdict_caption
(score: float)
src/relay_detector/protocols/openai/__init__.py:90
Method
verdict_class
CSS class for color coding the score badge.
web/leaderboard.py:155
Function
version
Print the version and exit.
src/relay_detector/cli.py:47
← previous
801–825 of 825, ranked by callers