MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / serializeOnYourDataEndpointVectorizationSource

Function serializeOnYourDataEndpointVectorizationSource

out/cli.cjs:77878–77884  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

77876 case "access_token":
77877 return serializeOnYourDataAccessTokenAuthenticationOptions(obj);
77878 case "user_assigned_managed_identity":
77879 return serializeOnYourDataUserAssignedManagedIdentityAuthenticationOptions(obj);
77880 default:
77881 return obj;
77882 }
77883}
77884function serializeOnYourDataEndpointVectorizationSource(obj) {
77885 return {
77886 type: obj["type"],
77887 endpoint: obj["endpoint"],

Tested by

no test coverage detected