MCPcopy Create free account
hub / github.com/Rfym21/Qwen2API / parseRealData

Function parseRealData

src/utils/cookie-generator.js:276–279  ·  view source on GitHub ↗
(realData)

Source from the content-addressed store, hash-verified

274
275// ==================== 数据解析和处理 ====================
276
277function parseRealData(realData) {
278 const fields = realData.split('^');
279 return fields;
280}
281
282function processFields(fields) {

Callers 1

generateCookiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected