MCPcopy Create free account
hub / github.com/garrytan/gstack / AccessorField

Interface AccessorField

ios-qa/scripts/gen-accessors.ts:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import { execSync } from 'child_process';
27
28export interface AccessorField {
29 name: string;
30 typeText: string;
31}
32
33export interface AccessorSpec {
34 className: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected