MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / isInTable

Method isInTable

src/reports/scan-report.ts:188–192  ·  view source on GitHub ↗
(service: string)

Source from the content-addressed store, hash-verified

186 }
187
188 private isInTable(service: string): boolean {
189 return !!this.internalTable.data.find(val => {
190 return Object.keys(val).includes(service)
191 })
192 }
193}
194
195export default new ScanReport()

Callers 1

pushDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected