MCPcopy Index your code
hub / github.com/diffgram/diffgram / get

Method get

frontend/src/helpers/instance_list.ts:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public get(): Array<InstanceInterface> {
51 const non_deleted = this.instance_list.filter(instance => instance.soft_delete !== true)
52 return non_deleted
53 }
54
55 public get_global_instance(): InstanceInterface {
56 return this.global_instance

Callers 15

undoMethod · 0.45
getProjectFunction · 0.45
getJobStatsFunction · 0.45
getJobStatsForUserFunction · 0.45
getJobStatsForProjectFunction · 0.45
get_labelsFunction · 0.45
get_schemasFunction · 0.45
getReportTemplateFunction · 0.45
is_mailgun_setFunction · 0.45
is_oauth2_setFunction · 0.45
get_install_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected