MCPcopy Create free account
hub / github.com/github/gh-aw / getEventData

Function getEventData

actions/setup/js/parse_codex_log.test.cjs:44–44  ·  view source on GitHub ↗
(entries, eventType)

Source from the content-addressed store, hash-verified

42
43 describe("parseCodexLog function", () => {
44 const getEventData = (entries, eventType) => entries.filter(e => e.type === eventType).map(e => e.data || {});
45
46 it("should parse basic tool call with success", () => {
47 const logContent = `tool github.list_pull_requests({"state":"open"})

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected