MCPcopy Create free account
hub / github.com/debbide/GeoFill / generateState

Function generateState

scripts/generators.js:1090–1093  ·  view source on GitHub ↗

* 生成州/省份(使用关联数据,与城市匹配)

(country)

Source from the content-addressed store, hash-verified

1088 * 生成州/省份(使用关联数据,与城市匹配)
1089 */
1090function generateState(country) {
1091 // 使用当前选中的位置信息
1092 return currentLocation ? currentLocation.state : 'New York';
1093}
1094
1095/**
1096 * 生成性别

Callers 3

generateAllInfoFunction · 0.85
generators.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected