Tokstyle.Analysis.Context
pushContext :: Int -> NodeId -> Context -> Context Source #
Adds a new call site to a context, respecting the k-limit. Prepends the new node ID and then takes the first k elements.
kLimit :: Int Source #