MCPcopy Index your code
hub / github.com/simstudioai/sim / recordingTitle

Function recordingTitle

apps/sim/connectors/grain/grain.ts:173–175  ·  view source on GitHub ↗

* Derives the document title for a recording, falling back to a stable placeholder.

(recording: GrainRecording)

Source from the content-addressed store, hash-verified

171 * Derives the document title for a recording, falling back to a stable placeholder.
172 */
173function recordingTitle(recording: GrainRecording): string {
174 return recording.title?.trim() || 'Untitled Grain Recording'
175}
176
177/**
178 * Extracts participant display names from a recording, dropping blanks.

Callers 4

buildMetadataFunction · 0.85
recordingToStubFunction · 0.85
formatTranscriptContentFunction · 0.85
grain.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected