MCPcopy Create free account
hub / github.com/chunkhound/chunkhound / Processor

Interface Processor

tests/fixtures/java/Sample.java:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 // Interface example
53 public interface Processor<T> {
54 void process(T item);
55 }
56}

Callers 1

vFunction · 0.65

Implementers 4

TestBatchMetricsCollectortests/test_perf_diagnostics.py
AbstractUserServicetests/fixtures/php/comprehensive.php
UserServicetests/fixtures/php/comprehensive.php
InnerSampletests/fixtures/java/Sample.java

Calls

no outgoing calls

Tested by

no test coverage detected