(content: string)
| 47 | } |
| 48 | |
| 49 | export function stringToChunk(content: string): Chunk { |
| 50 | return content; |
| 51 | } |
| 52 | |
| 53 | export function stringToPrecomputedChunk(content: string): PrecomputedChunk { |
| 54 | return content; |
no outgoing calls
no test coverage detected