MCPcopy Create free account
hub / github.com/simstudioai/sim / resolveSearchPath

Function resolveSearchPath

apps/sim/lib/webhooks/polling/hubspot.ts:128–133  ·  view source on GitHub ↗
(objectType: string)

Source from the content-addressed store, hash-verified

126])
127
128function resolveSearchPath(objectType: string): string {
129 if (objectType in BUILT_IN_PATH) {
130 return BUILT_IN_PATH[objectType as HubSpotBuiltInObjectType]
131 }
132 return objectType
133}
134
135/** Contacts use `lastmodifieddate`; the `hs_lastmodifieddate` property is null on contacts. */
136function resolveModifiedDateProperty(objectType: string): string {

Callers 1

fetchHubSpotChangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected