MCPcopy
hub / github.com/goatslacker/alt / AltTestState

Interface AltTestState

typings/alt/alt-tests.ts:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67var explicitActions = alt.createActions<ExplicitActionsClass>(ExplicitActionsClass);
68
69interface AltTestState {
70 hello:string;
71}
72
73var testSource:AltJS.Source = {
74 fakeLoad():AltJS.SourceModel<string> {

Callers

nothing calls this directly

Implementers 1

TestStoretypings/alt/alt-tests.ts

Calls

no outgoing calls

Tested by

no test coverage detected