MCPcopy
hub / github.com/AstrBotDevs/AstrBot / set

Function set

dashboard/src/composables/useProviderSources.ts:210–212  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

208 return editableProviderSource.value![field]
209 },
210 set(val) {
211 editableProviderSource.value![field] = val
212 },
213 enumerable: true
214 })
215 })

Callers 15

__init__Method · 0.85
_cleanup_targetMethod · 0.85
_collect_log_filesMethod · 0.85
_collect_cache_filesMethod · 0.85

Calls

no outgoing calls