MCPcopy Index your code
hub / github.com/Graphify-Labs/graphify / Processor

Interface Processor

tests/fixtures/sample.java:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39interface Processor {
40 List<String> process();
41}

Callers

nothing calls this directly

Implementers 3

DataProcessortests/fixtures/sample.java
DataProcessortests/fixtures/sample.kt
Analyzertests/fixtures/sample_calls.py

Calls

no outgoing calls

Tested by

no test coverage detected