MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / hasPostData

Function hasPostData

tests/utils.ts:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 return options.fetchPostData ?? Promise.reject();
177 },
178 hasPostData() {
179 return options.hasPostData ?? false;
180 },
181 postData() {
182 return options.postData;
183 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected