MCPcopy Create free account
hub / github.com/cardstack/cardstack / indexOf

Method indexOf

packages/web-client/app/models/workflow/milestone.ts:39–41  ·  view source on GitHub ↗
(postable: WorkflowPostable)

Source from the content-addressed store, hash-verified

37 }
38
39 indexOf(postable: WorkflowPostable) {
40 return this.postableCollection.indexOf(postable);
41 }
42
43 resetFrom(start: number) {
44 this.postableCollection.resetFrom(start);

Callers 6

hasFilterMethod · 0.45
decodeFunction · 0.45
isPostableOnNewDayFunction · 0.45
locatePostableFunction · 0.45
revealNextMethod · 0.45
isCompleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected