Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Graphify-Labs/graphify
/ IProcessor
Interface
IProcessor
tests/fixtures/sample.cs:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
namespace GraphifyDemo
6
{
7
public interface IProcessor
8
{
9
List<string> Process(List<string> items);
10
}
11
12
public class Processor
13
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected