Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
function
parseRealData(realData) {
278
const
fields = realData.split(
'^'
);
279
return
fields;
280
}
281
282
function
processFields(fields) {
Callers
1
generateCookies
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected