Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alefore/knit
/ getInputs
Method
getInputs
src/pattern.ts:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
export
interface
PatternFactory {
15
factoryName: string;
16
getInputs(): PatternFactoryInput[];
17
build(): Pattern;
18
}
19
Callers
2
getInputs
Method · 0.65
constructor
Method · 0.65
Implementers
4
TrianglesPatternFactory
src/triangles_pattern_factory.ts
CablePatternFactory
src/cable_pattern_factory.ts
ScarfPatternFactory
src/scarf_pattern_factory.ts
CapeletPatternFactory
src/capelet_pattern_factory.ts
Calls
no outgoing calls
Tested by
no test coverage detected