MCPcopy Create free account
hub / github.com/deta/surf / getWebContentsViews

Method getWebContentsViews

app/src/main/viewManager.ts:497–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

495 }
496
497 getWebContentsViews() {
498 return Array.from(this.views.values()).map((v) => v.wcv)
499 }
500
501 async createView(opts: WebContentsViewCreateOptions) {
502 try {

Callers 1

getWebContentsViewsFunction · 0.80

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected