MCPcopy Index your code
hub / github.com/github/copilot-sdk / InstructionDiscoveryPathKind

Class InstructionDiscoveryPathKind

python/copilot/generated/rpc.py:2181–2187  ·  view source on GitHub ↗

Whether the target is a single file or a directory of instruction files Entry type

Source from the content-addressed store, hash-verified

2179
2180# Experimental: this type is part of an experimental API and may change or be removed.
2181class InstructionDiscoveryPathKind(Enum):
2182 """Whether the target is a single file or a directory of instruction files
2183
2184 Entry type
2185 """
2186 DIRECTORY = "directory"
2187 FILE = "file"
2188
2189# Experimental: this type is part of an experimental API and may change or be removed.
2190class InstructionLocation(Enum):

Callers 3

from_dictMethod · 0.70
from_dictMethod · 0.70
from_dictMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…