MCPcopy
hub / github.com/zoontek/react-native-bootsplash / readXmlLike

Function readXmlLike

src/extras/utils.ts:165–172  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

163);
164
165export const readXmlLike = (filePath: string) => {
166 const content = hfs.text(filePath);
167
168 return {
169 root: parseHtml(content),
170 formatOptions: { indent: detectIndent(content) },
171 };
172};
173
174export const writeXmlLike = async (
175 filePath: string,

Callers 2

generateFunction · 0.90
writeWebAssetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…