MCPcopy Index your code
hub / github.com/2fd/graphdoc / DocumentSection

Class DocumentSection

lib/utility/plugin.ts:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 * DocumentSectionInterface short implementation
159 */
160export class DocumentSection implements DocumentSectionInterface {
161
162 constructor(
163 public title: string,
164 public description: string,
165 ) {}
166}
167
168function priorityType(type: SchemaType): number {
169

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected