MCPcopy Create free account
hub / github.com/QuantumNous/new-api / syncTaskPluginsOnce

Function syncTaskPluginsOnce

controller/task_plugin.go:605–607  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

603}{hashes: map[string]string{}, errors: map[string]string{}}
604
605func syncTaskPluginsOnce() error {
606 return syncTaskPluginsOnceContext(context.Background())
607}
608
609func syncTaskPluginsOnceContext(ctx context.Context) error {
610 started := time.Now()

Calls 1