Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/simstudioai/sim
/ buildSourceUrl
Function
buildSourceUrl
apps/sim/connectors/monday/monday.ts:208–210 ·
view source on GitHub ↗
(item: MondayItem)
Source
from the content-addressed store, hash-verified
206
}
207
208
function
buildSourceUrl(item: MondayItem): string | undefined {
209
return
item.url ?? undefined
210
}
211
212
/**
213
* Builds the metadata object carried on every document, used both
for
tag mapping
Callers
1
itemToDocument
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected