action-utils.js is getting to be quite large, so I'm factoring these out.
Depends on D10578
Differential D10579
[lib] Separate out keyserver utils in action-utils.js into a separate file Authored by ashoat on Jan 8 2024, 7:40 PM. Tags None Referenced Files None Subscribers None
Details
Diff Detail
Event TimelineComment Actions We have a keyserver-utils.js file in lib/shared/. Should we merge them? Comment Actions
This file just contains the utilities you created for useKeyserverCall stuff... I think it makes sense as its own logical unit. Maybe I'll just rename the file to reduce the ambiguity? Open to any other suggested name... I wasn't sure about ksconn either, was just thinking of "keyserver connection". How about keyserver-conn? |